home *** CD-ROM | disk | FTP | other *** search
- object TipForm: TTipForm
- Left = 413
- Top = 151
- BorderStyle = bsDialog
- Caption = 'Data Quality Control Tip'
- ClientHeight = 286
- ClientWidth = 325
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 325
- Height = 239
- Align = alTop
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Color = clWhite
- TabOrder = 0
- object Image1: TImage
- Left = 15
- Top = 8
- Width = 278
- Height = 63
- Picture.Data = {<image000.bmp>}
- end
- object TipLabel: TLabel
- Left = 10
- Top = 91
- Width = 303
- Height = 130
- AutoSize = False
- Caption = 'Tip goes here'
- WordWrap = True
- end
- end
- object NextTipButton: TButton
- Left = 6
- Top = 254
- Width = 75
- Height = 25
- Hint = 'Shows Next Tip'
- Caption = '&Next Tip'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = NextTipButtonClick
- end
- object Button2: TButton
- Left = 98
- Top = 254
- Width = 75
- Height = 25
- Hint = 'Close Tip Window'
- Caption = '&Close'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-